widget: Refine docs a bit
authorTimm Bäder <mail@baedert.org>
Mon, 8 Jan 2018 20:30:10 +0000 (21:30 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 10 Jan 2018 07:46:22 +0000 (08:46 +0100)
gtk/gtkwidget.c

index b0b53e18b6adc41d6d3545bf42d4c0971424c799..1db61a6b9e5e783dad8ddedbf0b8389145a64edb 100644 (file)
@@ -12796,7 +12796,7 @@ gtk_widget_contains (GtkWidget  *widget,
  * @x: X coordinate to test, relative to @widget's origin
  * @y: Y coordinate to test, relative to @widget's origin
  *
- * Finds the descendant of widget (including widget itself) closest
+ * Finds the descendant of @widget (including @widget itself) closest
  * to the screen at the point (@x, @y). The point must be given in
  * widget coordinates, so (0, 0) is assumed to be the top left of
  * @widget's content area.